fillRectangle

Struct compatible with float[4] or float[4]

  1. void fillRectangle(float x, float y, float width, float height, HipColor color)
  2. void fillRectangle(T r, HipColor color)
    version(DefineOverloadings && Have_util)
    pragma(inline, true)
    void
    fillRectangle
    (
    T
    )
    (
    in T r
    ,
    HipColor color = HipColor.no
    )
    if (
    isTypeArrayOf!(float, T, 4)
    )

Meta